home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 9 / CDE9_A[BAD DUMP].mdf / polepos / f1demo.bat < prev    next >
DOS Batch File  |  1996-03-19  |  3KB  |  129 lines

  1. @echo off
  2.  
  3. if not exist c:\f1\out md c:\f1
  4.  
  5. set DOS4G=quiet
  6. set CYBERSWP=C:\F1
  7.  
  8. set dos4gvm=@f1.vmc
  9. f1select
  10.  
  11. if errorlevel 10 goto play10
  12. if errorlevel  9 goto play9
  13. if errorlevel  8 goto play8
  14. if errorlevel  7 goto play7
  15. if errorlevel  6 goto play6
  16. if errorlevel  5 goto play5
  17. if errorlevel  4 goto play4
  18. if errorlevel  3 goto play3
  19. if errorlevel  2 goto play2
  20. if errorlevel  1 goto play1
  21. goto ende
  22.  
  23.  
  24. rem 8 MB
  25. :play1
  26. rem     cprintf("1)   Kein Sound\r\n");
  27. echo 8 MB NO SOUND
  28. dos4gw f.exe /v /a8 /s /c %1 %2 %3 %4 %5 %6 %7
  29. set dos4gvm=
  30. if errorlevel 199 dos4gw testdb Xffff 
  31. goto ende
  32.  
  33.  
  34. :play2
  35. rem     cprintf("2)   FM-Sound\r\n");
  36. echo 8 MB Playing FM-Sound
  37. dos4gw f.exe /v /a8 /mf %1 %2 %3 %4 %5 %6 %7
  38. set dos4gvm=
  39. if errorlevel 199 dos4gw testdb X1 
  40. goto ende
  41.  
  42.  
  43. :play3
  44. rem     cprintf("3)   General Midi Sound\r\n");
  45. echo 8 MB Playing GM-Sound
  46. dos4gw f.exe /v /a8 /mm %1 %2 %3 %4 %5 %6 %7
  47. set dos4gvm=
  48. if errorlevel 199 dos4gw testdb X1 
  49. goto ende
  50.  
  51.  
  52. :play4
  53. rem     cprintf("4)   CD-Sound\r\n");
  54. echo 8 MB Playing CD-Sound
  55. dos4gw f.exe /v /a8 /mc %1 %2 %3 %4 %5 %6 %7
  56. set dos4gvm=
  57. if errorlevel 199 dos4gw testdb X0 
  58. goto ende
  59.  
  60. :play9
  61. rem     cprintf("4)   CD-Sound\r\n");
  62. echo 8 MB Playing from CD
  63. dos4gw f.exe /v /a8 %1 %2 %3 %4 %5 %6 %7
  64. set dos4gvm=
  65. if errorlevel 199 dos4gw testdb X1
  66. goto ende
  67.  
  68.  
  69. rem     ****************************
  70. rem                                     4 MB
  71. rem ****************************
  72.  
  73.  
  74.  
  75.  
  76.  
  77. :play5
  78. rem     cprintf("1)   Kein Sound\r\n");
  79. echo 4 MB NO SOUND
  80. dos4gw f.exe /v /a4 /s /c %1 %2 %3 %4 %5 %6 %7
  81. set dos4gvm=
  82. if errorlevel 199 dos4gw testdb Xffff 
  83. goto ende
  84.  
  85.  
  86. :play6
  87. rem     cprintf("2)   FM-Sound\r\n");
  88. echo 4 MB Playing FM-Sound
  89. dos4gw f.exe /v /a4 /mf %1 %2 %3 %4 %5 %6 %7
  90. set dos4gvm=
  91. if errorlevel 199 dos4gw testdb Xffff 
  92. goto ende
  93.  
  94.  
  95. :play7
  96. rem     cprintf("3)   General Midi Sound\r\n");
  97. echo 4 MB Playing GM-Sound
  98. dos4gw f.exe /v /a4 /mm %1 %2 %3 %4 %5 %6 %7
  99. set dos4gvm=
  100. if errorlevel 199 dos4gw testdb Xffff 
  101. goto ende
  102.  
  103.  
  104. :play8
  105. rem     cprintf("4)   CD-Sound\r\n");
  106. echo 4 MB Playing CD-Sound
  107. dos4gw f.exe /v /a4 /mc %1 %2 %3 %4 %5 %6 %7
  108. set dos4gvm=
  109. if errorlevel 199 dos4gw testdb X2 
  110. goto ende
  111.  
  112. :play10
  113. rem     cprintf("4)   CD-Sound\r\n");
  114. echo 4 MB Playing from CD
  115. dos4gw f.exe /v /a4 %1 %2 %3 %4 %5 %6 %7
  116. set dos4gvm=
  117. if errorlevel 199 dos4gw testdb Xffff
  118. goto ende
  119.  
  120. :ende
  121.  
  122. set DOS4G=
  123. set CYBERSWP=
  124.  
  125. echo.
  126. echo (c)1995 by ASCON Software GmbH
  127. echo.
  128. pause
  129.